home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / bbsb102.zip / UPDATES.102 < prev   
Text File  |  1992-02-11  |  2KB  |  62 lines

  1.  
  2.      BBSB Update File
  3.  
  4.  
  5.      VERSION 1.02
  6.  
  7.           Wouldn't you know it! Shortly after releasing version
  8.           1.01 with the variable timer adjustments in it, I was
  9.           looking through my handy-dandy C manual and found a
  10.           function which allows the computer to pause for (n)
  11.           number of seconds regardless of the processor speed!
  12.           So, version 1.02 now includes this function.
  13.           If you call BBSB102.EXE with NO parameters, you will
  14.           get a ONE-SECOND pause, regardless of your processor
  15.           speed. You can still use the older method of calling
  16.           BBSB102 w/ a timer delay (0-65535), but if you want a
  17.           one-second delay, you can call it with NO parameters.
  18.  
  19.  
  20.      VERSION 1.01
  21.  
  22.           Variable timer function added. The original release of
  23.           BBSB did not account for computers with fast
  24.           microprocessors. Version 1.01 now allows the user to
  25.           specify the delay speed at which BBSB executes.
  26.  
  27.           The default speed is a delay value of 1000. This
  28.           produces a 1 second pause per countdown increment on a
  29.           PC/XT with an 8 MHz microprocessor speed. For computers
  30.           with faster processors, you will have to INCREASE this
  31.           value.
  32.  
  33.           Recommended settings:
  34.  
  35.                Processor speed (MHz)            Setting
  36.                ---------------------         ---------------
  37.                          8                        1000
  38.                          16                       2000
  39.                          24                       3000
  40.                          32                       4000
  41.                          40                       5000
  42.                          48                       6000
  43.  
  44.           NOTE: These settings are only recommended. You will
  45.           have to experiment for yourself to find the setting you
  46.           like.
  47.  
  48.           In order to set the timer delay variable, merely call
  49.           BBSB.EXE with the delay value as its only parameter.
  50.           For example, 
  51.  
  52.                BBSB 2000
  53.  
  54.           will call BBSB.EXE with a delay speed of 2000. Again,
  55.           BBSB defaults to a speed of 1000, so if you're happy
  56.           with it's speed, leave it as it is with no parameter.
  57.  
  58.           BBSB uses an "unsigned int" for the value of the timer,
  59.           so you may use anything from 0 to 65535 for timer
  60.           values.
  61.  
  62.